asterisk-chan-lantiq: add back nonshared flag 296/head
authorSebastian Kemper <[email protected]>
Sun, 11 Mar 2018 09:49:03 +0000 (10:49 +0100)
committerSebastian Kemper <[email protected]>
Sun, 11 Mar 2018 09:49:07 +0000 (10:49 +0100)
The module is never attempted to build in the regular buildbot package
cycle. Stick back the nonshared flag to get at least some log during
the target build cycle.

This also updates the dependency on kmod-ltq-vmmc to be selective (+).

Signed-off-by: Sebastian Kemper <[email protected]>
net/asterisk-chan-lantiq/Makefile

index 39914ef64cf77270c118a60d0650a2fd23fe3a60..c8d0b75aafd22addc34879c43accf1077f479e62 100644 (file)
@@ -19,6 +19,8 @@ PKG_MAINTAINER:=Jiri Slachta <[email protected]>
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
 
+PKG_FLAGS:=nonshared
+
 include $(INCLUDE_DIR)/package.mk
 
 define Download/github
@@ -38,7 +40,7 @@ define Package/$(PKG_NAME)/Default
   CATEGORY:=Network
   TITLE:=Lantiq channel driver
   URL:=https://github.com/kochstefan/asterisk_channel_lantiq
-  DEPENDS:=kmod-ltq-vmmc
+  DEPENDS:=+kmod-ltq-vmmc
 endef
 
 define Package/asterisk13-$(PKG_NAME)